home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / FINACIAL / PCLOAN5.LZH / 1.BAT next >
DOS Batch File  |  1990-07-01  |  4KB  |  74 lines

  1. echo off
  2. cls
  3. echo .
  4. echo .
  5. echo      ███████████████████████████████████████████████████████████████░
  6. echo      █                                                             █░░
  7. echo      █        Install the program on disk B:                       █░░
  8. echo      █                                                             █░░
  9. echo      █        PCLOAN5 is a large program. If your computer         █░░
  10. echo      █        uses 5.25 inch 360k (low density) disks, you will    █░░
  11. echo      █        need a blank formatted disk in drive b:              █░░
  12. echo      █                                                             █░░
  13. echo      █        If you do not have at least 360K free space on       █░░
  14. echo      █        the disk in B: press Control C to stop this          █░░
  15. echo      █        process. Get another disk and start over.            █░░
  16. echo      █                                                             █░░
  17. echo      █                                                             █░░
  18. echo      ███████████████████████████████████████████████████████████████░░
  19. echo       ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  20. echo .
  21. echo .
  22. pause
  23. cls
  24. pkunzip -x pcloan5.zip b: p*.*
  25. del b:pc5parm.dbf
  26. ren b:pc5parm.b pc5parm.dbf
  27. if not exist b:pcloan5.exe goto crash
  28. if not exist b:pc5help.dbf goto crash
  29. if not exist b:pc5help.dbt goto crash
  30. if not exist b:pc5parm.dbf goto crash
  31. if     exist b:pc5parm.b    goto crash
  32. cls
  33. echo .
  34. echo .
  35. echo      ███████████████████████████████████████████████████████████████░
  36. echo      █                                                             █░░
  37. echo      █        Install the program on disk B:                       █░░
  38. echo      █                                                             █░░
  39. echo      █                                                             █░░
  40. echo      █        The installation process is complete.                █░░
  41. echo      █                                                             █░░
  42. echo      █        The disk in drive B is your program disk. Place      █░░
  43. echo      █        it in drive A:. It expects to create and find        █░░
  44. echo      █        its data files on drive B:                           █░░
  45. echo      █                                                             █░░
  46. echo      █                                                             █░░
  47. echo      ███████████████████████████████████████████████████████████████░░
  48. echo       ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  49. echo .
  50. echo .
  51. pause
  52. goto end
  53. :crash
  54. echo .
  55. echo .
  56. echo .
  57. echo      ███████████████████████████████████████████████████████████████░
  58. echo      █                                                             █░░
  59. echo      █                                                             █░░
  60. echo      █        The installation process failed.                     █░░
  61. echo      █                                                             █░░
  62. echo      █        The most likely cause of failure is insufficient     █░░
  63. echo      █        free space on the destination disk. Be sure you      █░░
  64. echo      █        have at least 360k free space on the destination     █░░
  65. echo      █        disk and then try again.                             █░░
  66. echo      █                                                             █░░
  67. echo      █                                                             █░░
  68. echo      ███████████████████████████████████████████████████████████████░░
  69. echo       ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  70. echo .
  71. echo .
  72.  
  73. :end
  74.